home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 May / PCW_MAY2000.iso / pc world.dir / 00005_Script_5 < prev    next >
Text File  |  2000-04-04  |  140b  |  13 lines

  1. on exitFrame
  2.   global timex
  3.   if the timer-timex<1200 then go the frame
  4. end
  5.  
  6. on mousedown
  7.   go next
  8. end
  9.  
  10. on keydown
  11. go next
  12. end
  13.